home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Programming / Programming Languages / MacOberon / MacOberon (docs) / Leda.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1991-02-14  |  632 b   |  16 lines  |  [.Ob./.Ob2]

  1. Syntax10.Scn.Fnt
  2. Leda.Open ^         Leda.Doc
  3. Leda.Attributes        {displays attributes of selection in attribute log}
  4.     {change attributes in attribute log}
  5. Leda.Restore            {inserts last deletion at caret position}
  6. Leda.Execute            {execute some operation on selection}
  7. Leda.Insert PictureBoxes Grapes.Pict
  8. Leda.Insert GraphicBoxes
  9. Leda.InsertAt TextBoxes 
  10. Leda.Execute usetype Lines/GraphObjs
  11. System.SetFont Syntax12.Scn.Fnt
  12. System.SetUser            {execute before printing}
  13. Leda.Print Pluto *        {print star marked document}
  14. Leda.InitLog                {activates standard attribute_log}
  15. LedaDialogs.InitLog    {activates dialog attribute_log}    
  16.